FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package IdHIE.0v#0.0.1 (547 ms)

Package IdHIE.0v
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=IdHIE.0v@0.0.1&canonical=http://fhir.hie.moh.gov.id/StructureDefinition/Appointment-id-core
Url http://fhir.hie.moh.gov.id/StructureDefinition/Appointment-id-core
Version 1.0.0
Status active
Date 2023-06-07T07:16:10.3933867+00:00
Name AppointmentIdCore
Title Appointment (ID Core)
Experimental False
Authority hl7
Description A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).
Type Appointment
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://fhir.hie.moh.gov.id/StructureDefinition/simple-register-id-core SimpleRegister (ID Core)
http://fhir.hie.moh.gov.id/ValueSet/cancelation-reason-id-core ValueSetCancelationReason (ID Core)
http://fhir.hie.moh.gov.id/ValueSet/specialty-id-core ValueSetSpecialty (IdCore)
http://fhir.hie.moh.gov.id/ValueSet/service-type-id-core ValueSetServiceType (ID Core)


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "Appointment-id-core",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2023-01-11T08:03:37.185563+00:00"
  },
  "url" : "http://fhir.hie.moh.gov.id/StructureDefinition/Appointment-id-core",
  "version" : "1.0.0",
  "name" : "AppointmentIdCore",
  "title" : "Appointment (ID Core)",
  "status" : "active",
  "date" : "2023-06-07T07:16:10.3933867+00:00",
  "description" : "A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Appointment",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Appointment",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Appointment.extension",
        "path" : "Appointment.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "Appointment.extension:simpleRegister",
        "path" : "Appointment.extension",
        "sliceName" : "simpleRegister",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://fhir.hie.moh.gov.id/StructureDefinition/simple-register-id-core"
            ]
          }
        ],
        "isModifier" : false
      },
      {
        "id" : "Appointment.extension:simpleRegister.extension",
        "path" : "Appointment.extension.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "Appointment.extension:simpleRegister.extension:identifier",
        "path" : "Appointment.extension.extension",
        "sliceName" : "identifier",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Appointment.extension:simpleRegister.extension:name",
        "path" : "Appointment.extension.extension",
        "sliceName" : "name",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Appointment.extension:simpleRegister.extension:birthDate",
        "path" : "Appointment.extension.extension",
        "sliceName" : "birthDate",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Appointment.cancelationReason",
        "path" : "Appointment.cancelationReason",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://fhir.hie.moh.gov.id/ValueSet/cancelation-reason-id-core"
        }
      },
      {
        "id" : "Appointment.serviceCategory",
        "path" : "Appointment.serviceCategory",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://fhir.hie.moh.gov.id/Valueset/service-request-category-id-core"
        }
      },
      {
        "id" : "Appointment.serviceType",
        "path" : "Appointment.serviceType",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://fhir.hie.moh.gov.id/ValueSet/service-type-id-core"
        }
      },
      {
        "id" : "Appointment.specialty",
        "path" : "Appointment.specialty",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://fhir.hie.moh.gov.id/ValueSet/specialty-id-core"
        }
      },
      {
        "id" : "Appointment.appointmentType",
        "path" : "Appointment.appointmentType",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://fhir.hie.moh.gov.id/Valueset/schedule-type-id-core"
        }
      },
      {
        "id" : "Appointment.participant",
        "path" : "Appointment.participant",
        "constraint" : [
          {
            "key" : "app-1",
            "severity" : "error",
            "human" : "Either the type or actor on the participant SHALL be specified",
            "source" : "http://fhir.hie.moh.gov.id/StructureDefinition/Appointment"
          }
        ]
      },
      {
        "id" : "Appointment.participant.actor.type",
        "path" : "Appointment.participant.actor.type",
        "min" : 1
      },
      {
        "id" : "Appointment.participant.actor.display",
        "path" : "Appointment.participant.actor.display",
        "min" : 1
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.